-
Notifications
You must be signed in to change notification settings - Fork 26
Port label overlaps input field on initial load in the set up installer #2623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c3abb46
to
ad614d6
Compare
The Port text box is shifted compared to the other fields (ServiceControl URI and Monitoring URI), which makes the layout feel inconsistent. Align the Port field with the text boxes below. Either give it the same width or align its left edge to the start of the other input fields. That way all input fields create a clean vertical line. My preference would be to keep it short but left align The bold Note: is colliding with “The above…” and reduces readability. Add spacing after Note: or put “Note:” on its own line and then the explanatory text on the next line, indented slightly. What is also visually a bit weird is the following: We have checkboxes that have a bold text with a non-bold URI label under it with a text box for filling in the URI. The port one is following a different visual pattern (don't know if that is a problem, just noting it down here). I wonder how it would look if the text "Specify the port number..." is bold, the Port label non-bold and the port input field left aligned with the other text input fields. |
Updated text positioning and content for feature configuration.
Updated text positions for better layout in the FeatureConfiguration dialog.
This PR addresses Port label overlaps input field on initial load in the installer
Tested this with the build artifacts
